Html Css Color HEX #655A8B Kimberly

📋 copy color: '#655A8B'

red 101 ◦ green 90 ◦ blue 139

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

Shades of Kimberly #655A8B

Tints of Kimberly #655A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 30.61%
G = 27.27%
B = 42.12%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#655A8B (or 0x655A8B) is known color: Kimberly. HEX triplet: 65, 5A and 8B. RGB value is (101,90,139). Sum of RGB (Red+Green+Blue) = 101+90+139=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #655A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655A8B is #9AA574. Grayscale: #626262. Windows color (decimal): -10134901 or 9132645. OLE color: 9132645.

HSL color Cylindrical-coordinate representation of color #655A8B: hue angle of 253.47º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655A8B is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 90 139 -
CMYK 0.27 0.35 0 0.45
HSL 253.47º 0.21% 0.45% -
HSV(B) 253.47º 0.35% 0.55% -
XYZ 13.68 11.94 26.01 -
YUV 98.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 101 90 139 0.27 0.35 0 0.45 253.47 0.21 0.45
Hex 65 5A 8B 1B 23 0 2D FD 15 2D
Octal 145 132 213 33 43 0 55 375 25 55
Binary 1100101 1011010 10001011 11011 100011 0 101101 11111101 10101 101101

Color Harmonies of #655A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655A8B

Black with #655A8B

Text Example


Text Example

White with #655A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,90,139); }

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

background-color css

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

 a { background-color: rgb(101,90,139); }

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

border-color css

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

 span { border-color: rgb(101,90,139); }

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