Html Css Color HEX #5F5CB8 Rich Blue

📋 copy color: '#5F5CB8'

red 95 ◦ green 92 ◦ blue 184

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

Shades of Rich Blue #5F5CB8

Tints of Rich Blue #5F5CB8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

 BLUE value IS 184 (72.27% from 255) = 49.6%

R = 25.61%
G = 24.8%
B = 49.6%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5F5CB8 (or 0x5F5CB8) is known color: Rich Blue. HEX triplet: 5F, 5C and B8. RGB value is (95,92,184). Sum of RGB (Red+Green+Blue) = 95+92+184=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #5F5CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5CB8 is #A0A347. Grayscale: #676767. Windows color (decimal): -10527560 or 12082271. OLE color: 12082271.

HSL color Cylindrical-coordinate representation of color #5F5CB8: hue angle of 241.96º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F5CB8 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 95 92 184 -
CMYK 0.48 0.50 0 0.28
HSL 241.96º 0.39% 0.54% -
HSV(B) 241.96º 0.5% 0.72% -
XYZ 17.2 13.55 47.06 -
YUV 103.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 95 92 184 0.48 0.50 0 0.28 241.96 0.39 0.54
Hex 5F 5C B8 30 32 0 1C F2 27 36
Octal 137 134 270 60 62 0 34 362 47 66
Binary 1011111 1011100 10111000 110000 110010 0 11100 11110010 100111 110110

Color Harmonies of #5F5CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5CB8

Black with #5F5CB8

Text Example


Text Example

White with #5F5CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,92,184); }

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

background-color css

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

 a { background-color: rgb(95,92,184); }

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

border-color css

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

 span { border-color: rgb(95,92,184); }

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