Html Css Color HEX #555DAF Rich Blue

📋 copy color: '#555DAF'

red 85 ◦ green 93 ◦ blue 175

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

Shades of Rich Blue #555DAF

Tints of Rich Blue #555DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 24.08%
G = 26.35%
B = 49.58%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#555DAF (or 0x555DAF) is known color: Rich Blue. HEX triplet: 55, 5D and AF. RGB value is (85,93,175). Sum of RGB (Red+Green+Blue) = 85+93+175=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #555DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DAF is #AAA250. Grayscale: #636363. Windows color (decimal): -11182673 or 11492693. OLE color: 11492693.

HSL color Cylindrical-coordinate representation of color #555DAF: hue angle of 234.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555DAF is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 93 175 -
CMYK 0.51 0.47 0 0.31
HSL 234.67º 0.36% 0.51% -
HSV(B) 234.67º 0.51% 0.69% -
XYZ 15.4 12.86 42.23 -
YUV 99.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 85 93 175 0.51 0.47 0 0.31 234.67 0.36 0.51
Hex 55 5D AF 33 2F 0 1F EB 24 33
Octal 125 135 257 63 57 0 37 353 44 63
Binary 1010101 1011101 10101111 110011 101111 0 11111 11101011 100100 110011

Color Harmonies of #555DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DAF

Black with #555DAF

Text Example


Text Example

White with #555DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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