Html Css Color HEX #5F5785 Kimberly

📋 copy color: '#5F5785'

red 95 ◦ green 87 ◦ blue 133

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

Shades of Kimberly #5F5785

Tints of Kimberly #5F5785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 30.16%
G = 27.62%
B = 42.22%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F5785 (or 0x5F5785) is known color: Kimberly. HEX triplet: 5F, 57 and 85. RGB value is (95,87,133). Sum of RGB (Red+Green+Blue) = 95+87+133=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5785 is #A0A87A. Grayscale: #5E5E5E. Windows color (decimal): -10528891 or 8738655. OLE color: 8738655.

HSL color Cylindrical-coordinate representation of color #5F5785: hue angle of 250.43º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F5785 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 87 133 -
CMYK 0.29 0.35 0 0.48
HSL 250.43º 0.21% 0.43% -
HSV(B) 250.43º 0.35% 0.52% -
XYZ 12.36 10.94 23.65 -
YUV 94.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 95 87 133 0.29 0.35 0 0.48 250.43 0.21 0.43
Hex 5F 57 85 1D 23 0 30 FA 15 2B
Octal 137 127 205 35 43 0 60 372 25 53
Binary 1011111 1010111 10000101 11101 100011 0 110000 11111010 10101 101011

Color Harmonies of #5F5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5785

Black with #5F5785

Text Example


Text Example

White with #5F5785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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