Html Css Color HEX #533387 Kingfisher Daisy

📋 copy color: '#533387'

red 83 ◦ green 51 ◦ blue 135

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

Shades of Kingfisher Daisy #533387

Tints of Kingfisher Daisy #533387

RGB

 RED value IS 83 (32.81% from 255) = 30.86%

 GREEN value IS 51 (20.31% from 255) = 18.96%

 BLUE value IS 135 (53.13% from 255) = 50.19%

R = 30.86%
G = 18.96%
B = 50.19%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#533387 (or 0x533387) is known color: Kingfisher Daisy. HEX triplet: 53, 33 and 87. RGB value is (83,51,135). Sum of RGB (Red+Green+Blue) = 83+51+135=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #533387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533387 is #ACCC78. Grayscale: #454545. Windows color (decimal): -11324537 or 8860499. OLE color: 8860499.

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

Color convert

RGB 83 51 135 -
CMYK 0.39 0.62 0 0.47
HSL 262.86º 0.45% 0.36% -
HSV(B) 262.86º 0.62% 0.53% -
XYZ 9.12 5.96 23.59 -
YUV 70.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 83 51 135 0.39 0.62 0 0.47 262.86 0.45 0.36
Hex 53 33 87 27 3E 0 2F 107 2D 24
Octal 123 63 207 47 76 0 57 407 55 44
Binary 1010011 110011 10000111 100111 111110 0 101111 100000111 101101 100100

Color Harmonies of #533387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533387

Black with #533387

Text Example


Text Example

White with #533387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533387; }

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

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

background-color css

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

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

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

border-color css

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

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

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