Html Css Color HEX #555FAB Rich Blue

📋 copy color: '#555FAB'

red 85 ◦ green 95 ◦ blue 171

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

Shades of Rich Blue #555FAB

Tints of Rich Blue #555FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 24.22%
G = 27.07%
B = 48.72%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#555FAB (or 0x555FAB) is known color: Rich Blue. HEX triplet: 55, 5F and AB. RGB value is (85,95,171). Sum of RGB (Red+Green+Blue) = 85+95+171=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #555FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FAB is #AAA054. Grayscale: #646464. Windows color (decimal): -11182165 or 11231061. OLE color: 11231061.

HSL color Cylindrical-coordinate representation of color #555FAB: hue angle of 233.02º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555FAB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 95 171 -
CMYK 0.50 0.44 0 0.33
HSL 233.02º 0.34% 0.5% -
HSV(B) 233.02º 0.5% 0.67% -
XYZ 15.19 13.06 40.25 -
YUV 100.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 85 95 171 0.50 0.44 0 0.33 233.02 0.34 0.5
Hex 55 5F AB 32 2C 0 21 E9 22 32
Octal 125 137 253 62 54 0 41 351 42 62
Binary 1010101 1011111 10101011 110010 101100 0 100001 11101001 100010 110010

Color Harmonies of #555FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555FAB

Black with #555FAB

Text Example


Text Example

White with #555FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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