Html Css Color HEX #5F5787 Kimberly

📋 copy color: '#5F5787'

red 95 ◦ green 87 ◦ blue 135

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

Shades of Kimberly #5F5787

Tints of Kimberly #5F5787

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

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

R = 29.97%
G = 27.44%
B = 42.59%

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

#5F5787 (or 0x5F5787) is known color: Kimberly. HEX triplet: 5F, 57 and 87. RGB value is (95,87,135). Sum of RGB (Red+Green+Blue) = 95+87+135=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F5787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5787 is #A0A878. Grayscale: #5E5E5E. Windows color (decimal): -10528889 or 8869727. OLE color: 8869727.

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

Color convert

RGB 95 87 135 -
CMYK 0.30 0.36 0 0.47
HSL 250º 0.22% 0.44% -
HSV(B) 250º 0.36% 0.53% -
XYZ 12.5 11 24.39 -
YUV 94.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 95 87 135 0.30 0.36 0 0.47 250 0.22 0.44
Hex 5F 57 87 1E 24 0 2F FA 16 2C
Octal 137 127 207 36 44 0 57 372 26 54
Binary 1011111 1010111 10000111 11110 100100 0 101111 11111010 10110 101100

Color Harmonies of #5F5787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5787

Black with #5F5787

Text Example


Text Example

White with #5F5787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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