Html Css Color HEX #555CAB Rich Blue

📋 copy color: '#555CAB'

red 85 ◦ green 92 ◦ blue 171

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

Shades of Rich Blue #555CAB

Tints of Rich Blue #555CAB

RGB

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

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

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

R = 24.43%
G = 26.44%
B = 49.14%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#555CAB (or 0x555CAB) is known color: Rich Blue. HEX triplet: 55, 5C and AB. RGB value is (85,92,171). Sum of RGB (Red+Green+Blue) = 85+92+171=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #555CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555CAB is #AAA354. Grayscale: #626262. Windows color (decimal): -11182933 or 11230293. OLE color: 11230293.

HSL color Cylindrical-coordinate representation of color #555CAB: hue angle of 235.12º 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 #555CAB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 92 171 -
CMYK 0.50 0.46 0 0.33
HSL 235.12º 0.34% 0.5% -
HSV(B) 235.12º 0.5% 0.67% -
XYZ 14.92 12.53 40.16 -
YUV 98.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 85 92 171 0.50 0.46 0 0.33 235.12 0.34 0.5
Hex 55 5C AB 32 2E 0 21 EB 22 32
Octal 125 134 253 62 56 0 41 353 42 62
Binary 1010101 1011100 10101011 110010 101110 0 100001 11101011 100010 110010

Color Harmonies of #555CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CAB

Black with #555CAB

Text Example


Text Example

White with #555CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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