Html Css Color HEX #533477 Kingfisher Daisy

📋 copy color: '#533477'

red 83 ◦ green 52 ◦ blue 119

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

Shades of Kingfisher Daisy #533477

Tints of Kingfisher Daisy #533477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 32.68%
G = 20.47%
B = 46.85%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#533477 (or 0x533477) is known color: Kingfisher Daisy. HEX triplet: 53, 34 and 77. RGB value is (83,52,119). Sum of RGB (Red+Green+Blue) = 83+52+119=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #533477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533477 is #ACCB88. Grayscale: #444444. Windows color (decimal): -11324297 or 7812179. OLE color: 7812179.

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

Color convert

RGB 83 52 119 -
CMYK 0.30 0.56 0 0.53
HSL 267.76º 0.39% 0.34% -
HSV(B) 267.76º 0.56% 0.47% -
XYZ 8.13 5.63 18.11 -
YUV 68.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 83 52 119 0.30 0.56 0 0.53 267.76 0.39 0.34
Hex 53 34 77 1E 38 0 35 10C 27 22
Octal 123 64 167 36 70 0 65 414 47 42
Binary 1010011 110100 1110111 11110 111000 0 110101 100001100 100111 100010

Color Harmonies of #533477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533477

Black with #533477

Text Example


Text Example

White with #533477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533477; }

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

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

background-color css

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

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

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

border-color css

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

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

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