Html Css Color HEX #5F5687 Kimberly

📋 copy color: '#5F5687'

red 95 ◦ green 86 ◦ blue 135

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

Shades of Kimberly #5F5687

Tints of Kimberly #5F5687

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 30.06%
G = 27.22%
B = 42.72%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5F5687 (or 0x5F5687) is known color: Kimberly. HEX triplet: 5F, 56 and 87. RGB value is (95,86,135). Sum of RGB (Red+Green+Blue) = 95+86+135=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F5687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5687 is #A0A978. Grayscale: #5E5E5E. Windows color (decimal): -10529145 or 8869471. OLE color: 8869471.

HSL color Cylindrical-coordinate representation of color #5F5687: hue angle of 251.02º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F5687 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 86 135 -
CMYK 0.30 0.36 0 0.47
HSL 251.02º 0.22% 0.43% -
HSV(B) 251.02º 0.36% 0.53% -
XYZ 12.42 10.84 24.36 -
YUV 94.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 95 86 135 0.30 0.36 0 0.47 251.02 0.22 0.43
Hex 5F 56 87 1E 24 0 2F FB 16 2B
Octal 137 126 207 36 44 0 57 373 26 53
Binary 1011111 1010110 10000111 11110 100100 0 101111 11111011 10110 101011

Color Harmonies of #5F5687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5687

Black with #5F5687

Text Example


Text Example

White with #5F5687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,86,135); }

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

background-color css

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

 a { background-color: rgb(95,86,135); }

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

border-color css

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

 span { border-color: rgb(95,86,135); }

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