Html Css Color HEX #536B7C Wedgewood

📋 copy color: '#536B7C'

red 83 ◦ green 107 ◦ blue 124

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

Shades of Wedgewood #536B7C

Tints of Wedgewood #536B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 26.43%
G = 34.08%
B = 39.49%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#536B7C (or 0x536B7C) is known color: Wedgewood. HEX triplet: 53, 6B and 7C. RGB value is (83,107,124). Sum of RGB (Red+Green+Blue) = 83+107+124=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #536B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B7C is #AC9483. Grayscale: #656565. Windows color (decimal): -11310212 or 8153939. OLE color: 8153939.

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

Color convert

RGB 83 107 124 -
CMYK 0.33 0.14 0 0.51
HSL 204.88º 0.2% 0.41% -
HSV(B) 204.88º 0.33% 0.49% -
XYZ 12.46 13.81 21.08 -
YUV 101.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 83 107 124 0.33 0.14 0 0.51 204.88 0.2 0.41
Hex 53 6B 7C 21 E 0 33 CD 14 29
Octal 123 153 174 41 16 0 63 315 24 51
Binary 1010011 1101011 1111100 100001 1110 0 110011 11001101 10100 101001

Color Harmonies of #536B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B7C

Black with #536B7C

Text Example


Text Example

White with #536B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,124); }

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

background-color css

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

 a { background-color: rgb(83,107,124); }

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

border-color css

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

 span { border-color: rgb(83,107,124); }

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