#53337B

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

Shades of Kingfisher Daisy #53337B

Tints of Kingfisher Daisy #53337B

Color information

#53337B (or 0x53337B) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 33 and 7B. RGB value is (83,51,123). Sum of RGB (Red+Green+Blue) = 83+51+123=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #53337B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53337B is #ACCC84. Grayscale: #444444. Windows color (decimal): -11324549 or 8074067. OLE color: 8074067.

HSL color Cylindrical-coordinate representation of color #53337B: hue angle of 266.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53337B is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8351123-
CMYK0.330.5900.52
HSL266.67º41.38%34.12%-
HSV(B)266.67º58.54%48.24%-
XYZ8.335.6419.39-
YUV68.78158.6138.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=32.30%
G=19.84%
B=47.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83511230.330.5900.52266.6741.3834.12
Hex53337B213B03410b2922
Octal1236317341730644135142
Binary101001111001111110111000011110110110100100001011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,51,123); }

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

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

 a { background-color: rgb(83,51,123); }

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

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

 span { border-color: rgb(83,51,123); }

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