Html Css Color HEX #5F62AB Rich Blue

📋 copy color: '#5F62AB'

red 95 ◦ green 98 ◦ blue 171

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

Shades of Rich Blue #5F62AB

Tints of Rich Blue #5F62AB

RGB

 RED value IS 95 (37.5% from 255) = 26.1%

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

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 26.1%
G = 26.92%
B = 46.98%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F62AB (or 0x5F62AB) is known color: Rich Blue. HEX triplet: 5F, 62 and AB. RGB value is (95,98,171). Sum of RGB (Red+Green+Blue) = 95+98+171=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F62AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F62AB is #A09D54. Grayscale: #696969. Windows color (decimal): -10526037 or 11231839. OLE color: 11231839.

HSL color Cylindrical-coordinate representation of color #5F62AB: hue angle of 237.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F62AB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 98 171 -
CMYK 0.44 0.43 0 0.33
HSL 237.63º 0.31% 0.52% -
HSV(B) 237.63º 0.44% 0.67% -
XYZ 16.44 14.11 40.38 -
YUV 105.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 95 98 171 0.44 0.43 0 0.33 237.63 0.31 0.52
Hex 5F 62 AB 2C 2B 0 21 EE 1F 34
Octal 137 142 253 54 53 0 41 356 37 64
Binary 1011111 1100010 10101011 101100 101011 0 100001 11101110 11111 110100

Color Harmonies of #5F62AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F62AB

Black with #5F62AB

Text Example


Text Example

White with #5F62AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,98,171); }

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

background-color css

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

 a { background-color: rgb(95,98,171); }

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

border-color css

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

 span { border-color: rgb(95,98,171); }

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