Html Css Color HEX #653785 Kingfisher Daisy

📋 copy color: '#653785'

red 101 ◦ green 55 ◦ blue 133

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

Shades of Kingfisher Daisy #653785

Tints of Kingfisher Daisy #653785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 34.95%
G = 19.03%
B = 46.02%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653785 (or 0x653785) is known color: Kingfisher Daisy. HEX triplet: 65, 37 and 85. RGB value is (101,55,133). Sum of RGB (Red+Green+Blue) = 101+55+133=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #653785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653785 is #9AC87A. Grayscale: #4D4D4D. Windows color (decimal): -10143867 or 8730469. OLE color: 8730469.

HSL color Cylindrical-coordinate representation of color #653785: hue angle of 275.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #653785 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 55 133 -
CMYK 0.24 0.59 0 0.48
HSL 275.38º 0.41% 0.37% -
HSV(B) 275.38º 0.59% 0.52% -
XYZ 10.97 7.19 23 -
YUV 77.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 101 55 133 0.24 0.59 0 0.48 275.38 0.41 0.37
Hex 65 37 85 18 3B 0 30 113 29 25
Octal 145 67 205 30 73 0 60 423 51 45
Binary 1100101 110111 10000101 11000 111011 0 110000 100010011 101001 100101

Color Harmonies of #653785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653785

Black with #653785

Text Example


Text Example

White with #653785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653785; }

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

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

background-color css

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

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

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

border-color css

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

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

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