Html Css Color HEX #655F91 Kimberly

📋 copy color: '#655F91'

red 101 ◦ green 95 ◦ blue 145

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

Shades of Kimberly #655F91

Tints of Kimberly #655F91

RGB

 RED value IS 101 (39.84% from 255) = 29.62%

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 29.62%
G = 27.86%
B = 42.52%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#655F91 (or 0x655F91) is known color: Kimberly. HEX triplet: 65, 5F and 91. RGB value is (101,95,145). Sum of RGB (Red+Green+Blue) = 101+95+145=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #655F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F91 is #9AA06E. Grayscale: #666666. Windows color (decimal): -10133615 or 9527141. OLE color: 9527141.

HSL color Cylindrical-coordinate representation of color #655F91: hue angle of 247.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655F91 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 95 145 -
CMYK 0.30 0.34 0 0.43
HSL 247.2º 0.21% 0.47% -
HSV(B) 247.2º 0.34% 0.57% -
XYZ 14.57 13 28.53 -
YUV 102.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 101 95 145 0.30 0.34 0 0.43 247.2 0.21 0.47
Hex 65 5F 91 1E 22 0 2B F7 15 2F
Octal 145 137 221 36 42 0 53 367 25 57
Binary 1100101 1011111 10010001 11110 100010 0 101011 11110111 10101 101111

Color Harmonies of #655F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F91

Black with #655F91

Text Example


Text Example

White with #655F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655F91; }

 p { color: rgb(101,95,145); }

 H1.HeaderClassName
 {
   color: #655F91;
 }
 .AnyTagClassName
 {
   color: #655F91;
 }
</style>

background-color css

<style>
 a { background-color: #655F91; }

 a { background-color: rgb(101,95,145); }

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

border-color css

<style>
 span { border-color: #655F91; }

 span { border-color: rgb(101,95,145); }

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