Html Css Color HEX #653782 Kingfisher Daisy

📋 copy color: '#653782'

red 101 ◦ green 55 ◦ blue 130

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

Shades of Kingfisher Daisy #653782

Tints of Kingfisher Daisy #653782

RGB

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

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

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

R = 35.31%
G = 19.23%
B = 45.45%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#653782 (or 0x653782) is known color: Kingfisher Daisy. HEX triplet: 65, 37 and 82. RGB value is (101,55,130). Sum of RGB (Red+Green+Blue) = 101+55+130=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #653782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653782 is #9AC87D. Grayscale: #4D4D4D. Windows color (decimal): -10143870 or 8533861. OLE color: 8533861.

HSL color Cylindrical-coordinate representation of color #653782: hue angle of 276.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653782 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 55 130 -
CMYK 0.22 0.58 0 0.49
HSL 276.8º 0.41% 0.36% -
HSV(B) 276.8º 0.58% 0.51% -
XYZ 10.76 7.11 21.92 -
YUV 77.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 101 55 130 0.22 0.58 0 0.49 276.8 0.41 0.36
Hex 65 37 82 16 3A 0 31 115 29 24
Octal 145 67 202 26 72 0 61 425 51 44
Binary 1100101 110111 10000010 10110 111010 0 110001 100010101 101001 100100

Color Harmonies of #653782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653782

Black with #653782

Text Example


Text Example

White with #653782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653782; }

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

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

background-color css

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

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

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

border-color css

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

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

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