Html Css Color HEX #533287 Kingfisher Daisy

📋 copy color: '#533287'

red 83 ◦ green 50 ◦ blue 135

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

Shades of Kingfisher Daisy #533287

Tints of Kingfisher Daisy #533287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 30.97%
G = 18.66%
B = 50.37%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#533287 (or 0x533287) is known color: Kingfisher Daisy. HEX triplet: 53, 32 and 87. RGB value is (83,50,135). Sum of RGB (Red+Green+Blue) = 83+50+135=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #533287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533287 is #ACCD78. Grayscale: #454545. Windows color (decimal): -11324793 or 8860243. OLE color: 8860243.

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

Color convert

RGB 83 50 135 -
CMYK 0.39 0.63 0 0.47
HSL 263.29º 0.46% 0.36% -
HSV(B) 263.29º 0.63% 0.53% -
XYZ 9.08 5.87 23.58 -
YUV 69.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 83 50 135 0.39 0.63 0 0.47 263.29 0.46 0.36
Hex 53 32 87 27 3F 0 2F 107 2E 24
Octal 123 62 207 47 77 0 57 407 56 44
Binary 1010011 110010 10000111 100111 111111 0 101111 100000111 101110 100100

Color Harmonies of #533287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533287

Black with #533287

Text Example


Text Example

White with #533287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533287; }

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

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

background-color css

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

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

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

border-color css

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

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

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