Html Css Color HEX #555ABC Rich Blue

📋 copy color: '#555ABC'

red 85 ◦ green 90 ◦ blue 188

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

Shades of Rich Blue #555ABC

Tints of Rich Blue #555ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 23.42%
G = 24.79%
B = 51.79%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#555ABC (or 0x555ABC) is known color: Rich Blue. HEX triplet: 55, 5A and BC. RGB value is (85,90,188). Sum of RGB (Red+Green+Blue) = 85+90+188=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #555ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ABC is #AAA543. Grayscale: #636363. Windows color (decimal): -11183428 or 12343893. OLE color: 12343893.

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

Color convert

RGB 85 90 188 -
CMYK 0.55 0.52 0 0.26
HSL 237.09º 0.43% 0.54% -
HSV(B) 237.09º 0.55% 0.74% -
XYZ 16.48 12.87 49.19 -
YUV 99.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 85 90 188 0.55 0.52 0 0.26 237.09 0.43 0.54
Hex 55 5A BC 37 34 0 1A ED 2B 36
Octal 125 132 274 67 64 0 32 355 53 66
Binary 1010101 1011010 10111100 110111 110100 0 11010 11101101 101011 110110

Color Harmonies of #555ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ABC

Black with #555ABC

Text Example


Text Example

White with #555ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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