Html Css Color HEX #53288C Kingfisher Daisy

📋 copy color: '#53288C'

red 83 ◦ green 40 ◦ blue 140

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

Shades of Kingfisher Daisy #53288C

Tints of Kingfisher Daisy #53288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

 BLUE value IS 140 (55.08% from 255) = 53.23%

R = 31.56%
G = 15.21%
B = 53.23%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53288C (or 0x53288C) is known color: Kingfisher Daisy. HEX triplet: 53, 28 and 8C. RGB value is (83,40,140). Sum of RGB (Red+Green+Blue) = 83+40+140=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #53288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53288C is #ACD773. Grayscale: #3F3F3F. Windows color (decimal): -11327348 or 9185363. OLE color: 9185363.

HSL color Cylindrical-coordinate representation of color #53288C: hue angle of 265.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53288C is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 40 140 -
CMYK 0.41 0.71 0 0.45
HSL 265.8º 0.56% 0.35% -
HSV(B) 265.8º 0.71% 0.55% -
XYZ 9.06 5.25 25.35 -
YUV 64.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 83 40 140 0.41 0.71 0 0.45 265.8 0.56 0.35
Hex 53 28 8C 29 47 0 2D 10A 38 23
Octal 123 50 214 51 107 0 55 412 70 43
Binary 1010011 101000 10001100 101001 1000111 0 101101 100001010 111000 100011

Color Harmonies of #53288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53288C

Black with #53288C

Text Example


Text Example

White with #53288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53288C; }

 p { color: rgb(83,40,140); }

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

background-color css

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

 a { background-color: rgb(83,40,140); }

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

border-color css

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

 span { border-color: rgb(83,40,140); }

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