Html Css Color HEX #533489 Kingfisher Daisy

📋 copy color: '#533489'

red 83 ◦ green 52 ◦ blue 137

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

Shades of Kingfisher Daisy #533489

Tints of Kingfisher Daisy #533489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.37%

R = 30.51%
G = 19.12%
B = 50.37%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#533489 (or 0x533489) is known color: Kingfisher Daisy. HEX triplet: 53, 34 and 89. RGB value is (83,52,137). Sum of RGB (Red+Green+Blue) = 83+52+137=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #533489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533489 is #ACCB76. Grayscale: #464646. Windows color (decimal): -11324279 or 8991827. OLE color: 8991827.

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

Color convert

RGB 83 52 137 -
CMYK 0.39 0.62 0 0.46
HSL 261.88º 0.45% 0.37% -
HSV(B) 261.88º 0.62% 0.54% -
XYZ 9.31 6.1 24.35 -
YUV 70.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 83 52 137 0.39 0.62 0 0.46 261.88 0.45 0.37
Hex 53 34 89 27 3E 0 2E 106 2D 25
Octal 123 64 211 47 76 0 56 406 55 45
Binary 1010011 110100 10001001 100111 111110 0 101110 100000110 101101 100101

Color Harmonies of #533489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533489

Black with #533489

Text Example


Text Example

White with #533489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533489; }

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

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

background-color css

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

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

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

border-color css

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

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

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