Html Css Color HEX #556195 Governor Bay

📋 copy color: '#556195'

red 85 ◦ green 97 ◦ blue 149

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

Shades of Governor Bay #556195

Tints of Governor Bay #556195

RGB

 RED value IS 85 (33.59% from 255) = 25.68%

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 25.68%
G = 29.31%
B = 45.02%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556195 (or 0x556195) is known color: Governor Bay. HEX triplet: 55, 61 and 95. RGB value is (85,97,149). Sum of RGB (Red+Green+Blue) = 85+97+149=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #556195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556195 is #AA9E6A. Grayscale: #636363. Windows color (decimal): -11181675 or 9789781. OLE color: 9789781.

HSL color Cylindrical-coordinate representation of color #556195: hue angle of 228.75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556195 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 97 149 -
CMYK 0.43 0.35 0 0.42
HSL 228.75º 0.27% 0.46% -
HSV(B) 228.75º 0.43% 0.58% -
XYZ 13.45 12.65 30.17 -
YUV 99.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 85 97 149 0.43 0.35 0 0.42 228.75 0.27 0.46
Hex 55 61 95 2B 23 0 2A E5 1B 2E
Octal 125 141 225 53 43 0 52 345 33 56
Binary 1010101 1100001 10010101 101011 100011 0 101010 11100101 11011 101110

Color Harmonies of #556195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556195

Black with #556195

Text Example


Text Example

White with #556195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556195; }

 p { color: rgb(85,97,149); }

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

background-color css

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

 a { background-color: rgb(85,97,149); }

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

border-color css

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

 span { border-color: rgb(85,97,149); }

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