Html Css Color HEX #665D82 Kimberly

📋 copy color: '#665D82'

red 102 ◦ green 93 ◦ blue 130

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

Shades of Kimberly #665D82

Tints of Kimberly #665D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 31.38%
G = 28.62%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#665D82 (or 0x665D82) is known color: Kimberly. HEX triplet: 66, 5D and 82. RGB value is (102,93,130). Sum of RGB (Red+Green+Blue) = 102+93+130=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #665D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D82 is #99A27D. Grayscale: #636363. Windows color (decimal): -10068606 or 8543590. OLE color: 8543590.

HSL color Cylindrical-coordinate representation of color #665D82: hue angle of 254.59º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665D82 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 93 130 -
CMYK 0.22 0.28 0 0.49
HSL 254.59º 0.17% 0.44% -
HSV(B) 254.59º 0.28% 0.51% -
XYZ 13.42 12.27 22.78 -
YUV 99.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 102 93 130 0.22 0.28 0 0.49 254.59 0.17 0.44
Hex 66 5D 82 16 1C 0 31 FF 11 2C
Octal 146 135 202 26 34 0 61 377 21 54
Binary 1100110 1011101 10000010 10110 11100 0 110001 11111111 10001 101100

Color Harmonies of #665D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D82

Black with #665D82

Text Example


Text Example

White with #665D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665D82; }

 p { color: rgb(102,93,130); }

 H1.HeaderClassName
 {
   color: #665D82;
 }
 .AnyTagClassName
 {
   color: #665D82;
 }
</style>

background-color css

<style>
 a { background-color: #665D82; }

 a { background-color: rgb(102,93,130); }

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

border-color css

<style>
 span { border-color: #665D82; }

 span { border-color: rgb(102,93,130); }

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