#65358B

Color #65358B Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #65358B

Tints of Kingfisher Daisy #65358B

Color information

#65358B (or 0x65358B) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 35 and 8B. RGB value is (101,53,139). Sum of RGB (Red+Green+Blue) = 101+53+139=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #65358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65358B is #9ACA74. Grayscale: #4C4C4C. Windows color (decimal): -10144373 or 9123173. OLE color: 9123173.

HSL color Cylindrical-coordinate representation of color #65358B: hue angle of 273.49º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65358B is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10153139-
CMYK0.270.6200.45
HSL273.49º44.79%37.65%-
HSV(B)273.49º61.87%54.51%-
XYZ11.37.1825.22-
YUV77.16162.9145.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=34.47%
G=18.09%
B=47.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101531390.270.6200.45273.4944.7937.65
Hex65358B1B3E02D1112d26
Octal1456521333760554215546
Binary110010111010110001011110111111100101101100010001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65358B; }

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

 H1.HeaderClassName
 {
   color: #65358B;
 }
 .AnyTagClassName
 {
   color: #65358B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #65358B;
 }
 .BgClassName
 {
   background-color: #65358B;
 }
</style>
border-color css

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

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

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