Html Css Color HEX #555FA1 Governor Bay

📋 copy color: '#555FA1'

red 85 ◦ green 95 ◦ blue 161

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

Shades of Governor Bay #555FA1

Tints of Governor Bay #555FA1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 161 (63.28% from 255) = 47.21%

R = 24.93%
G = 27.86%
B = 47.21%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#555FA1 (or 0x555FA1) is known color: Governor Bay. HEX triplet: 55, 5F and A1. RGB value is (85,95,161). Sum of RGB (Red+Green+Blue) = 85+95+161=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #555FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FA1 is #AAA05E. Grayscale: #636363. Windows color (decimal): -11182175 or 10575701. OLE color: 10575701.

HSL color Cylindrical-coordinate representation of color #555FA1: hue angle of 232.11º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #555FA1 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 95 161 -
CMYK 0.47 0.41 0 0.37
HSL 232.11º 0.31% 0.48% -
HSV(B) 232.11º 0.47% 0.63% -
XYZ 14.27 12.69 35.42 -
YUV 99.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 85 95 161 0.47 0.41 0 0.37 232.11 0.31 0.48
Hex 55 5F A1 2F 29 0 25 E8 1F 30
Octal 125 137 241 57 51 0 45 350 37 60
Binary 1010101 1011111 10100001 101111 101001 0 100101 11101000 11111 110000

Color Harmonies of #555FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555FA1

Black with #555FA1

Text Example


Text Example

White with #555FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555FA1; }

 p { color: rgb(85,95,161); }

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

background-color css

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

 a { background-color: rgb(85,95,161); }

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

border-color css

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

 span { border-color: rgb(85,95,161); }

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