Html Css Color HEX #533B77 Kingfisher Daisy

📋 copy color: '#533B77'

red 83 ◦ green 59 ◦ blue 119

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

Shades of Kingfisher Daisy #533B77

Tints of Kingfisher Daisy #533B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

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

R = 31.8%
G = 22.61%
B = 45.59%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#533B77 (or 0x533B77) is known color: Kingfisher Daisy. HEX triplet: 53, 3B and 77. RGB value is (83,59,119). Sum of RGB (Red+Green+Blue) = 83+59+119=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #533B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B77 is #ACC488. Grayscale: #484848. Windows color (decimal): -11322505 or 7813971. OLE color: 7813971.

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

Color convert

RGB 83 59 119 -
CMYK 0.30 0.50 0 0.53
HSL 264º 0.34% 0.35% -
HSV(B) 264º 0.5% 0.47% -
XYZ 8.46 6.3 18.22 -
YUV 73.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 83 59 119 0.30 0.50 0 0.53 264 0.34 0.35
Hex 53 3B 77 1E 32 0 35 108 22 23
Octal 123 73 167 36 62 0 65 410 42 43
Binary 1010011 111011 1110111 11110 110010 0 110101 100001000 100010 100011

Color Harmonies of #533B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B77

Black with #533B77

Text Example


Text Example

White with #533B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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