Html Css Color HEX #653B83 Kingfisher Daisy

📋 copy color: '#653B83'

red 101 ◦ green 59 ◦ blue 131

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

Shades of Kingfisher Daisy #653B83

Tints of Kingfisher Daisy #653B83

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.27%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 34.71%
G = 20.27%
B = 45.02%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#653B83 (or 0x653B83) is known color: Kingfisher Daisy. HEX triplet: 65, 3B and 83. RGB value is (101,59,131). Sum of RGB (Red+Green+Blue) = 101+59+131=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #653B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653B83 is #9AC47C. Grayscale: #4F4F4F. Windows color (decimal): -10142845 or 8600421. OLE color: 8600421.

HSL color Cylindrical-coordinate representation of color #653B83: hue angle of 275º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #653B83 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 59 131 -
CMYK 0.23 0.55 0 0.49
HSL 275º 0.38% 0.37% -
HSV(B) 275º 0.55% 0.51% -
XYZ 11.03 7.53 22.35 -
YUV 79.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 101 59 131 0.23 0.55 0 0.49 275 0.38 0.37
Hex 65 3B 83 17 37 0 31 113 26 25
Octal 145 73 203 27 67 0 61 423 46 45
Binary 1100101 111011 10000011 10111 110111 0 110001 100010011 100110 100101

Color Harmonies of #653B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B83

Black with #653B83

Text Example


Text Example

White with #653B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653B83; }

 p { color: rgb(101,59,131); }

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

background-color css

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

 a { background-color: rgb(101,59,131); }

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

border-color css

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

 span { border-color: rgb(101,59,131); }

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