Html Css Color HEX #653585 Kingfisher Daisy

📋 copy color: '#653585'

red 101 ◦ green 53 ◦ blue 133

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

Shades of Kingfisher Daisy #653585

Tints of Kingfisher Daisy #653585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 35.19%
G = 18.47%
B = 46.34%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653585 (or 0x653585) is known color: Kingfisher Daisy. HEX triplet: 65, 35 and 85. RGB value is (101,53,133). Sum of RGB (Red+Green+Blue) = 101+53+133=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #653585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653585 is #9ACA7A. Grayscale: #4C4C4C. Windows color (decimal): -10144379 or 8729957. OLE color: 8729957.

HSL color Cylindrical-coordinate representation of color #653585: hue angle of 276º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #653585 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 53 133 -
CMYK 0.24 0.60 0 0.48
HSL 276º 0.43% 0.36% -
HSV(B) 276º 0.6% 0.52% -
XYZ 10.87 7.01 22.97 -
YUV 76.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 101 53 133 0.24 0.60 0 0.48 276 0.43 0.36
Hex 65 35 85 18 3C 0 30 114 2B 24
Octal 145 65 205 30 74 0 60 424 53 44
Binary 1100101 110101 10000101 11000 111100 0 110000 100010100 101011 100100

Color Harmonies of #653585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653585

Black with #653585

Text Example


Text Example

White with #653585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653585; }

 p { color: rgb(101,53,133); }

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

background-color css

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

 a { background-color: rgb(101,53,133); }

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

border-color css

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

 span { border-color: rgb(101,53,133); }

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