Html Css Color HEX #53307E Kingfisher Daisy

📋 copy color: '#53307E'

red 83 ◦ green 48 ◦ blue 126

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

Shades of Kingfisher Daisy #53307E

Tints of Kingfisher Daisy #53307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.03%

R = 32.3%
G = 18.68%
B = 49.03%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53307E (or 0x53307E) is known color: Kingfisher Daisy. HEX triplet: 53, 30 and 7E. RGB value is (83,48,126). Sum of RGB (Red+Green+Blue) = 83+48+126=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #53307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53307E is #ACCF81. Grayscale: #434343. Windows color (decimal): -11325314 or 8269907. OLE color: 8269907.

HSL color Cylindrical-coordinate representation of color #53307E: hue angle of 266.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53307E is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 48 126 -
CMYK 0.34 0.62 0 0.51
HSL 266.92º 0.45% 0.34% -
HSV(B) 266.92º 0.62% 0.49% -
XYZ 8.39 5.46 20.35 -
YUV 67.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 83 48 126 0.34 0.62 0 0.51 266.92 0.45 0.34
Hex 53 30 7E 22 3E 0 33 10B 2D 22
Octal 123 60 176 42 76 0 63 413 55 42
Binary 1010011 110000 1111110 100010 111110 0 110011 100001011 101101 100010

Color Harmonies of #53307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53307E

Black with #53307E

Text Example


Text Example

White with #53307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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