#53238F

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

Shades of Kingfisher Daisy #53238F

Tints of Kingfisher Daisy #53238F

Color information

#53238F (or 0x53238F) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 23 and 8F. RGB value is (83,35,143). Sum of RGB (Red+Green+Blue) = 83+35+143=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #53238F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53238F is #ACDC70. Grayscale: #3D3D3D. Windows color (decimal): -11328625 or 9380691. OLE color: 9380691.

HSL color Cylindrical-coordinate representation of color #53238F: hue angle of 266.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53238F is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8335143-
CMYK0.420.7600.44
HSL266.67º60.67%34.9%-
HSV(B)266.67º75.52%56.08%-
XYZ9.135.0226.48-
YUV61.66173.9143.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 143 (56.25% from 255) = 54.79%
R=31.80%
G=13.41%
B=54.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83351430.420.7600.44266.6760.6734.9
Hex53238F2A4C02C10b3d23
Octal12343217521140544137543
Binary10100111000111000111110101010011000101100100001011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53238F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53238F; }

 p { color: rgb(83,35,143); }

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

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

 a { background-color: rgb(83,35,143); }

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

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

 span { border-color: rgb(83,35,143); }

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