Html Css Color HEX #533089 Kingfisher Daisy

📋 copy color: '#533089'

red 83 ◦ green 48 ◦ blue 137

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

Shades of Kingfisher Daisy #533089

Tints of Kingfisher Daisy #533089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 30.97%
G = 17.91%
B = 51.12%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#533089 (or 0x533089) is known color: Kingfisher Daisy. HEX triplet: 53, 30 and 89. RGB value is (83,48,137). Sum of RGB (Red+Green+Blue) = 83+48+137=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #533089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533089 is #ACCF76. Grayscale: #444444. Windows color (decimal): -11325303 or 8990803. OLE color: 8990803.

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

Color convert

RGB 83 48 137 -
CMYK 0.39 0.65 0 0.46
HSL 263.6º 0.48% 0.36% -
HSV(B) 263.6º 0.65% 0.54% -
XYZ 9.14 5.76 24.3 -
YUV 68.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 83 48 137 0.39 0.65 0 0.46 263.6 0.48 0.36
Hex 53 30 89 27 41 0 2E 108 30 24
Octal 123 60 211 47 101 0 56 410 60 44
Binary 1010011 110000 10001001 100111 1000001 0 101110 100001000 110000 100100

Color Harmonies of #533089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533089

Black with #533089

Text Example


Text Example

White with #533089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533089; }

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

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

background-color css

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

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

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

border-color css

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

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

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