Html Css Color HEX #533488 Kingfisher Daisy

📋 copy color: '#533488'

red 83 ◦ green 52 ◦ blue 136

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

Shades of Kingfisher Daisy #533488

Tints of Kingfisher Daisy #533488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 30.63%
G = 19.19%
B = 50.18%

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

#533488 (or 0x533488) is known color: Kingfisher Daisy. HEX triplet: 53, 34 and 88. RGB value is (83,52,136). Sum of RGB (Red+Green+Blue) = 83+52+136=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #533488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533488 is #ACCB77. Grayscale: #464646. Windows color (decimal): -11324280 or 8926291. OLE color: 8926291.

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

Color convert

RGB 83 52 136 -
CMYK 0.39 0.62 0 0.47
HSL 262.14º 0.45% 0.37% -
HSV(B) 262.14º 0.62% 0.53% -
XYZ 9.24 6.07 23.98 -
YUV 70.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 83 52 136 0.39 0.62 0 0.47 262.14 0.45 0.37
Hex 53 34 88 27 3E 0 2F 106 2D 25
Octal 123 64 210 47 76 0 57 406 55 45
Binary 1010011 110100 10001000 100111 111110 0 101111 100000110 101101 100101

Color Harmonies of #533488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533488

Black with #533488

Text Example


Text Example

White with #533488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533488; }

 p { color: rgb(83,52,136); }

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

background-color css

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

 a { background-color: rgb(83,52,136); }

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

border-color css

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

 span { border-color: rgb(83,52,136); }

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