Html Css Color HEX #66587E Kimberly

📋 copy color: '#66587E'

red 102 ◦ green 88 ◦ blue 126

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

Shades of Kimberly #66587E

Tints of Kimberly #66587E

RGB

 RED value IS 102 (40.23% from 255) = 32.28%

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 32.28%
G = 27.85%
B = 39.87%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66587E (or 0x66587E) is known color: Kimberly. HEX triplet: 66, 58 and 7E. RGB value is (102,88,126). Sum of RGB (Red+Green+Blue) = 102+88+126=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #66587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66587E is #99A781. Grayscale: #606060. Windows color (decimal): -10069890 or 8280166. OLE color: 8280166.

HSL color Cylindrical-coordinate representation of color #66587E: hue angle of 262.11º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66587E is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 88 126 -
CMYK 0.19 0.30 0 0.51
HSL 262.11º 0.18% 0.42% -
HSV(B) 262.11º 0.3% 0.49% -
XYZ 12.74 11.31 21.25 -
YUV 96.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 102 88 126 0.19 0.30 0 0.51 262.11 0.18 0.42
Hex 66 58 7E 13 1E 0 33 106 12 2A
Octal 146 130 176 23 36 0 63 406 22 52
Binary 1100110 1011000 1111110 10011 11110 0 110011 100000110 10010 101010

Color Harmonies of #66587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66587E

Black with #66587E

Text Example


Text Example

White with #66587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66587E; }

 p { color: rgb(102,88,126); }

 H1.HeaderClassName
 {
   color: #66587E;
 }
 .AnyTagClassName
 {
   color: #66587E;
 }
</style>

background-color css

<style>
 a { background-color: #66587E; }

 a { background-color: rgb(102,88,126); }

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

border-color css

<style>
 span { border-color: #66587E; }

 span { border-color: rgb(102,88,126); }

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