Html Css Color HEX #565C71 East Bay

📋 copy color: '#565C71'

red 86 ◦ green 92 ◦ blue 113

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

Shades of East Bay #565C71

Tints of East Bay #565C71

RGB

 RED value IS 86 (33.98% from 255) = 29.55%

 GREEN value IS 92 (36.33% from 255) = 31.62%

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 29.55%
G = 31.62%
B = 38.83%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565C71 (or 0x565C71) is known color: East Bay. HEX triplet: 56, 5C and 71. RGB value is (86,92,113). Sum of RGB (Red+Green+Blue) = 86+92+113=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #565C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C71 is #A9A38E. Grayscale: #5C5C5C. Windows color (decimal): -11117455 or 7429206. OLE color: 7429206.

HSL color Cylindrical-coordinate representation of color #565C71: hue angle of 226.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #565C71 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 92 113 -
CMYK 0.24 0.19 0 0.56
HSL 226.67º 0.14% 0.39% -
HSV(B) 226.67º 0.24% 0.44% -
XYZ 10.65 10.82 17.15 -
YUV 92.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 86 92 113 0.24 0.19 0 0.56 226.67 0.14 0.39
Hex 56 5C 71 18 13 0 38 E3 E 27
Octal 126 134 161 30 23 0 70 343 16 47
Binary 1010110 1011100 1110001 11000 10011 0 111000 11100011 1110 100111

Color Harmonies of #565C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C71

Black with #565C71

Text Example


Text Example

White with #565C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565C71; }

 p { color: rgb(86,92,113); }

 H1.HeaderClassName
 {
   color: #565C71;
 }
 .AnyTagClassName
 {
   color: #565C71;
 }
</style>

background-color css

<style>
 a { background-color: #565C71; }

 a { background-color: rgb(86,92,113); }

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

border-color css

<style>
 span { border-color: #565C71; }

 span { border-color: rgb(86,92,113); }

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