Html Css Color HEX #555ABB Rich Blue

📋 copy color: '#555ABB'

red 85 ◦ green 90 ◦ blue 187

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

Shades of Rich Blue #555ABB

Tints of Rich Blue #555ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 23.48%
G = 24.86%
B = 51.66%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#555ABB (or 0x555ABB) is known color: Rich Blue. HEX triplet: 55, 5A and BB. RGB value is (85,90,187). Sum of RGB (Red+Green+Blue) = 85+90+187=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #555ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ABB is #AAA544. Grayscale: #636363. Windows color (decimal): -11183429 or 12278357. OLE color: 12278357.

HSL color Cylindrical-coordinate representation of color #555ABB: hue angle of 237.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555ABB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 90 187 -
CMYK 0.55 0.52 0 0.27
HSL 237.06º 0.43% 0.53% -
HSV(B) 237.06º 0.55% 0.73% -
XYZ 16.37 12.83 48.63 -
YUV 99.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 85 90 187 0.55 0.52 0 0.27 237.06 0.43 0.53
Hex 55 5A BB 37 34 0 1B ED 2B 35
Octal 125 132 273 67 64 0 33 355 53 65
Binary 1010101 1011010 10111011 110111 110100 0 11011 11101101 101011 110101

Color Harmonies of #555ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ABB

Black with #555ABB

Text Example


Text Example

White with #555ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,187); }

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

background-color css

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

 a { background-color: rgb(85,90,187); }

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

border-color css

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

 span { border-color: rgb(85,90,187); }

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