Html Css Color HEX #60577F Kimberly

📋 copy color: '#60577F'

red 96 ◦ green 87 ◦ blue 127

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

Shades of Kimberly #60577F

Tints of Kimberly #60577F

RGB

 RED value IS 96 (37.89% from 255) = 30.97%

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

 BLUE value IS 127 (50% from 255) = 40.97%

R = 30.97%
G = 28.06%
B = 40.97%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60577F (or 0x60577F) is known color: Kimberly. HEX triplet: 60, 57 and 7F. RGB value is (96,87,127). Sum of RGB (Red+Green+Blue) = 96+87+127=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #60577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60577F is #9FA880. Grayscale: #5E5E5E. Windows color (decimal): -10463361 or 8345440. OLE color: 8345440.

HSL color Cylindrical-coordinate representation of color #60577F: hue angle of 253.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60577F is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 87 127 -
CMYK 0.24 0.31 0 0.50
HSL 253.5º 0.19% 0.42% -
HSV(B) 253.5º 0.31% 0.5% -
XYZ 12.06 10.84 21.53 -
YUV 94.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 96 87 127 0.24 0.31 0 0.50 253.5 0.19 0.42
Hex 60 57 7F 18 1F 0 32 FE 13 2A
Octal 140 127 177 30 37 0 62 376 23 52
Binary 1100000 1010111 1111111 11000 11111 0 110010 11111110 10011 101010

Color Harmonies of #60577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60577F

Black with #60577F

Text Example


Text Example

White with #60577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60577F; }

 p { color: rgb(96,87,127); }

 H1.HeaderClassName
 {
   color: #60577F;
 }
 .AnyTagClassName
 {
   color: #60577F;
 }
</style>

background-color css

<style>
 a { background-color: #60577F; }

 a { background-color: rgb(96,87,127); }

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

border-color css

<style>
 span { border-color: #60577F; }

 span { border-color: rgb(96,87,127); }

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