Html Css Color HEX #60557F Kimberly

📋 copy color: '#60557F'

red 96 ◦ green 85 ◦ blue 127

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

Shades of Kimberly #60557F

Tints of Kimberly #60557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 31.17%
G = 27.6%
B = 41.23%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60557F (or 0x60557F) is known color: Kimberly. HEX triplet: 60, 55 and 7F. RGB value is (96,85,127). Sum of RGB (Red+Green+Blue) = 96+85+127=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #60557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60557F is #9FAA80. Grayscale: #5C5C5C. Windows color (decimal): -10463873 or 8344928. OLE color: 8344928.

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

Color convert

RGB 96 85 127 -
CMYK 0.24 0.33 0 0.50
HSL 255.71º 0.2% 0.42% -
HSV(B) 255.71º 0.33% 0.5% -
XYZ 11.9 10.52 21.48 -
YUV 93.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 96 85 127 0.24 0.33 0 0.50 255.71 0.2 0.42
Hex 60 55 7F 18 21 0 32 100 14 2A
Octal 140 125 177 30 41 0 62 400 24 52
Binary 1100000 1010101 1111111 11000 100001 0 110010 100000000 10100 101010

Color Harmonies of #60557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60557F

Black with #60557F

Text Example


Text Example

White with #60557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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