Html Css Color HEX #60557D Kimberly

📋 copy color: '#60557D'

red 96 ◦ green 85 ◦ blue 125

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

Shades of Kimberly #60557D

Tints of Kimberly #60557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 31.37%
G = 27.78%
B = 40.85%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60557D (or 0x60557D) is known color: Kimberly. HEX triplet: 60, 55 and 7D. RGB value is (96,85,125). Sum of RGB (Red+Green+Blue) = 96+85+125=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #60557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60557D is #9FAA82. Grayscale: #5C5C5C. Windows color (decimal): -10463875 or 8213856. OLE color: 8213856.

HSL color Cylindrical-coordinate representation of color #60557D: hue angle of 256.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60557D is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 85 125 -
CMYK 0.23 0.32 0 0.51
HSL 256.5º 0.19% 0.41% -
HSV(B) 256.5º 0.32% 0.49% -
XYZ 11.77 10.46 20.8 -
YUV 92.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 96 85 125 0.23 0.32 0 0.51 256.5 0.19 0.41
Hex 60 55 7D 17 20 0 33 100 13 29
Octal 140 125 175 27 40 0 63 400 23 51
Binary 1100000 1010101 1111101 10111 100000 0 110011 100000000 10011 101001

Color Harmonies of #60557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60557D

Black with #60557D

Text Example


Text Example

White with #60557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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