Html Css Color HEX #533875 Kingfisher Daisy

📋 copy color: '#533875'

red 83 ◦ green 56 ◦ blue 117

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

Shades of Kingfisher Daisy #533875

Tints of Kingfisher Daisy #533875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 32.42%
G = 21.88%
B = 45.7%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533875 (or 0x533875) is known color: Kingfisher Daisy. HEX triplet: 53, 38 and 75. RGB value is (83,56,117). Sum of RGB (Red+Green+Blue) = 83+56+117=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #533875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533875 is #ACC78A. Grayscale: #464646. Windows color (decimal): -11323275 or 7682131. OLE color: 7682131.

HSL color Cylindrical-coordinate representation of color #533875: hue angle of 266.56º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533875 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 56 117 -
CMYK 0.29 0.52 0 0.54
HSL 266.56º 0.35% 0.34% -
HSV(B) 266.56º 0.52% 0.46% -
XYZ 8.19 5.95 17.55 -
YUV 71.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 83 56 117 0.29 0.52 0 0.54 266.56 0.35 0.34
Hex 53 38 75 1D 34 0 36 10B 23 22
Octal 123 70 165 35 64 0 66 413 43 42
Binary 1010011 111000 1110101 11101 110100 0 110110 100001011 100011 100010

Color Harmonies of #533875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533875

Black with #533875

Text Example


Text Example

White with #533875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533875; }

 p { color: rgb(83,56,117); }

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

background-color css

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

 a { background-color: rgb(83,56,117); }

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

border-color css

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

 span { border-color: rgb(83,56,117); }

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