Html Css Color HEX #555DB5 Rich Blue

📋 copy color: '#555DB5'

red 85 ◦ green 93 ◦ blue 181

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

Shades of Rich Blue #555DB5

Tints of Rich Blue #555DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.91%

 BLUE value IS 181 (71.09% from 255) = 50.42%

R = 23.68%
G = 25.91%
B = 50.42%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#555DB5 (or 0x555DB5) is known color: Rich Blue. HEX triplet: 55, 5D and B5. RGB value is (85,93,181). Sum of RGB (Red+Green+Blue) = 85+93+181=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #555DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DB5 is #AAA24A. Grayscale: #646464. Windows color (decimal): -11182667 or 11885909. OLE color: 11885909.

HSL color Cylindrical-coordinate representation of color #555DB5: hue angle of 235º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555DB5 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 93 181 -
CMYK 0.53 0.49 0 0.29
HSL 235º 0.39% 0.52% -
HSV(B) 235º 0.53% 0.71% -
XYZ 16 13.1 45.4 -
YUV 100.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 85 93 181 0.53 0.49 0 0.29 235 0.39 0.52
Hex 55 5D B5 35 31 0 1D EB 27 34
Octal 125 135 265 65 61 0 35 353 47 64
Binary 1010101 1011101 10110101 110101 110001 0 11101 11101011 100111 110100

Color Harmonies of #555DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DB5

Black with #555DB5

Text Example


Text Example

White with #555DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,93,181); }

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

background-color css

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

 a { background-color: rgb(85,93,181); }

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

border-color css

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

 span { border-color: rgb(85,93,181); }

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