Html Css Color HEX #5F5BBB Rich Blue

📋 copy color: '#5F5BBB'

red 95 ◦ green 91 ◦ blue 187

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

Shades of Rich Blue #5F5BBB

Tints of Rich Blue #5F5BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 25.47%
G = 24.4%
B = 50.13%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F5BBB (or 0x5F5BBB) is known color: Rich Blue. HEX triplet: 5F, 5B and BB. RGB value is (95,91,187). Sum of RGB (Red+Green+Blue) = 95+91+187=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F5BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5BBB is #A0A444. Grayscale: #666666. Windows color (decimal): -10527813 or 12278623. OLE color: 12278623.

HSL color Cylindrical-coordinate representation of color #5F5BBB: hue angle of 242.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F5BBB is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 91 187 -
CMYK 0.49 0.51 0 0.27
HSL 242.5º 0.41% 0.55% -
HSV(B) 242.5º 0.51% 0.73% -
XYZ 17.43 13.5 48.7 -
YUV 103.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 95 91 187 0.49 0.51 0 0.27 242.5 0.41 0.55
Hex 5F 5B BB 31 33 0 1B F2 29 37
Octal 137 133 273 61 63 0 33 362 51 67
Binary 1011111 1011011 10111011 110001 110011 0 11011 11110010 101001 110111

Color Harmonies of #5F5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5BBB

Black with #5F5BBB

Text Example


Text Example

White with #5F5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,91,187); }

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

background-color css

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

 a { background-color: rgb(95,91,187); }

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

border-color css

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

 span { border-color: rgb(95,91,187); }

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