Html Css Color HEX #60527D Kimberly

📋 copy color: '#60527D'

red 96 ◦ green 82 ◦ blue 125

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

Shades of Kimberly #60527D

Tints of Kimberly #60527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

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

R = 31.68%
G = 27.06%
B = 41.25%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60527D (or 0x60527D) is known color: Kimberly. HEX triplet: 60, 52 and 7D. RGB value is (96,82,125). Sum of RGB (Red+Green+Blue) = 96+82+125=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #60527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60527D is #9FAD82. Grayscale: #5A5A5A. Windows color (decimal): -10464643 or 8213088. OLE color: 8213088.

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

Color convert

RGB 96 82 125 -
CMYK 0.23 0.34 0 0.51
HSL 259.53º 0.21% 0.41% -
HSV(B) 259.53º 0.34% 0.49% -
XYZ 11.54 10 20.72 -
YUV 91.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 96 82 125 0.23 0.34 0 0.51 259.53 0.21 0.41
Hex 60 52 7D 17 22 0 33 104 15 29
Octal 140 122 175 27 42 0 63 404 25 51
Binary 1100000 1010010 1111101 10111 100010 0 110011 100000100 10101 101001

Color Harmonies of #60527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60527D

Black with #60527D

Text Example


Text Example

White with #60527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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