Html Css Color HEX #565C75 East Bay

📋 copy color: '#565C75'

red 86 ◦ green 92 ◦ blue 117

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

Shades of East Bay #565C75

Tints of East Bay #565C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 29.15%
G = 31.19%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565C75 (or 0x565C75) is known color: East Bay. HEX triplet: 56, 5C and 75. RGB value is (86,92,117). Sum of RGB (Red+Green+Blue) = 86+92+117=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #565C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C75 is #A9A38A. Grayscale: #5C5C5C. Windows color (decimal): -11117451 or 7691350. OLE color: 7691350.

HSL color Cylindrical-coordinate representation of color #565C75: hue angle of 228.39º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565C75 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 92 117 -
CMYK 0.26 0.21 0 0.54
HSL 228.39º 0.15% 0.4% -
HSV(B) 228.39º 0.26% 0.46% -
XYZ 10.88 10.92 18.36 -
YUV 93.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 86 92 117 0.26 0.21 0 0.54 228.39 0.15 0.4
Hex 56 5C 75 1A 15 0 36 E4 F 28
Octal 126 134 165 32 25 0 66 344 17 50
Binary 1010110 1011100 1110101 11010 10101 0 110110 11100100 1111 101000

Color Harmonies of #565C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C75

Black with #565C75

Text Example


Text Example

White with #565C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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