Html Css Color HEX #5D62A9 Rich Blue

📋 copy color: '#5D62A9'

red 93 ◦ green 98 ◦ blue 169

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

Shades of Rich Blue #5D62A9

Tints of Rich Blue #5D62A9

RGB

 RED value IS 93 (36.72% from 255) = 25.83%

 GREEN value IS 98 (38.67% from 255) = 27.22%

 BLUE value IS 169 (66.41% from 255) = 46.94%

R = 25.83%
G = 27.22%
B = 46.94%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5D62A9 (or 0x5D62A9) is known color: Rich Blue. HEX triplet: 5D, 62 and A9. RGB value is (93,98,169). Sum of RGB (Red+Green+Blue) = 93+98+169=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D62A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D62A9 is #A29D56. Grayscale: #686868. Windows color (decimal): -10657111 or 11100765. OLE color: 11100765.

HSL color Cylindrical-coordinate representation of color #5D62A9: hue angle of 236.05º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D62A9 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 98 169 -
CMYK 0.45 0.42 0 0.34
HSL 236.05º 0.31% 0.51% -
HSV(B) 236.05º 0.45% 0.66% -
XYZ 16.04 13.93 39.38 -
YUV 104.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 93 98 169 0.45 0.42 0 0.34 236.05 0.31 0.51
Hex 5D 62 A9 2D 2A 0 22 EC 1F 33
Octal 135 142 251 55 52 0 42 354 37 63
Binary 1011101 1100010 10101001 101101 101010 0 100010 11101100 11111 110011

Color Harmonies of #5D62A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D62A9

Black with #5D62A9

Text Example


Text Example

White with #5D62A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D62A9; }

 p { color: rgb(93,98,169); }

 H1.HeaderClassName
 {
   color: #5D62A9;
 }
 .AnyTagClassName
 {
   color: #5D62A9;
 }
</style>

background-color css

<style>
 a { background-color: #5D62A9; }

 a { background-color: rgb(93,98,169); }

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

border-color css

<style>
 span { border-color: #5D62A9; }

 span { border-color: rgb(93,98,169); }

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