Html Css Color HEX #536C7D Wedgewood

📋 copy color: '#536C7D'

red 83 ◦ green 108 ◦ blue 125

#536C7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #536C7D

Tints of Wedgewood #536C7D

RGB

 RED value IS 83 (32.81% from 255) = 26.27%

 GREEN value IS 108 (42.58% from 255) = 34.18%

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 26.27%
G = 34.18%
B = 39.56%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#536C7D (or 0x536C7D) is known color: Wedgewood. HEX triplet: 53, 6C and 7D. RGB value is (83,108,125). Sum of RGB (Red+Green+Blue) = 83+108+125=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #536C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C7D is #AC9382. Grayscale: #666666. Windows color (decimal): -11309955 or 8219731. OLE color: 8219731.

HSL color Cylindrical-coordinate representation of color #536C7D: hue angle of 204.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536C7D is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 108 125 -
CMYK 0.34 0.14 0 0.51
HSL 204.29º 0.2% 0.41% -
HSV(B) 204.29º 0.34% 0.49% -
XYZ 12.63 14.04 21.45 -
YUV 102.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 83 108 125 0.34 0.14 0 0.51 204.29 0.2 0.41
Hex 53 6C 7D 22 E 0 33 CC 14 29
Octal 123 154 175 42 16 0 63 314 24 51
Binary 1010011 1101100 1111101 100010 1110 0 110011 11001100 10100 101001

Color Harmonies of #536C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C7D

Black with #536C7D

Text Example


Text Example

White with #536C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536C7D; }

 p { color: rgb(83,108,125); }

 H1.HeaderClassName
 {
   color: #536C7D;
 }
 .AnyTagClassName
 {
   color: #536C7D;
 }
</style>

background-color css

<style>
 a { background-color: #536C7D; }

 a { background-color: rgb(83,108,125); }

 div.DivClassName
 {
   background-color: #536C7D;
 }
 .BgClassName
 {
   background-color: #536C7D;
 }
</style>

border-color css

<style>
 span { border-color: #536C7D; }

 span { border-color: rgb(83,108,125); }

 td.TdClassName
 {
   border-color: #536C7D;
 }
 .TagClassName
 {
   border-color: #536C7D;
 }
</style>