Html Css Color HEX #653288 Kingfisher Daisy

📋 copy color: '#653288'

red 101 ◦ green 50 ◦ blue 136

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

Shades of Kingfisher Daisy #653288

Tints of Kingfisher Daisy #653288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 35.19%
G = 17.42%
B = 47.39%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#653288 (or 0x653288) is known color: Kingfisher Daisy. HEX triplet: 65, 32 and 88. RGB value is (101,50,136). Sum of RGB (Red+Green+Blue) = 101+50+136=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #653288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653288 is #9ACD77. Grayscale: #4A4A4A. Windows color (decimal): -10145144 or 8925797. OLE color: 8925797.

HSL color Cylindrical-coordinate representation of color #653288: hue angle of 275.58º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653288 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 50 136 -
CMYK 0.26 0.63 0 0.47
HSL 275.58º 0.46% 0.36% -
HSV(B) 275.58º 0.63% 0.53% -
XYZ 10.95 6.83 24.03 -
YUV 75.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 101 50 136 0.26 0.63 0 0.47 275.58 0.46 0.36
Hex 65 32 88 1A 3F 0 2F 114 2E 24
Octal 145 62 210 32 77 0 57 424 56 44
Binary 1100101 110010 10001000 11010 111111 0 101111 100010100 101110 100100

Color Harmonies of #653288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653288

Black with #653288

Text Example


Text Example

White with #653288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653288; }

 p { color: rgb(101,50,136); }

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

background-color css

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

 a { background-color: rgb(101,50,136); }

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

border-color css

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

 span { border-color: rgb(101,50,136); }

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