Html Css Color HEX #533083 Kingfisher Daisy

📋 copy color: '#533083'

red 83 ◦ green 48 ◦ blue 131

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

Shades of Kingfisher Daisy #533083

Tints of Kingfisher Daisy #533083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50%

R = 31.68%
G = 18.32%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533083 (or 0x533083) is known color: Kingfisher Daisy. HEX triplet: 53, 30 and 83. RGB value is (83,48,131). Sum of RGB (Red+Green+Blue) = 83+48+131=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #533083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533083 is #ACCF7C. Grayscale: #434343. Windows color (decimal): -11325309 or 8597587. OLE color: 8597587.

HSL color Cylindrical-coordinate representation of color #533083: hue angle of 265.3º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533083 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 48 131 -
CMYK 0.37 0.63 0 0.49
HSL 265.3º 0.46% 0.35% -
HSV(B) 265.3º 0.63% 0.51% -
XYZ 8.72 5.59 22.09 -
YUV 67.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 83 48 131 0.37 0.63 0 0.49 265.3 0.46 0.35
Hex 53 30 83 25 3F 0 31 109 2E 23
Octal 123 60 203 45 77 0 61 411 56 43
Binary 1010011 110000 10000011 100101 111111 0 110001 100001001 101110 100011

Color Harmonies of #533083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533083

Black with #533083

Text Example


Text Example

White with #533083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533083; }

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

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

background-color css

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

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

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

border-color css

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

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

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