Html Css Color HEX #53248F Kingfisher Daisy

📋 copy color: '#53248F'

red 83 ◦ green 36 ◦ blue 143

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

Shades of Kingfisher Daisy #53248F

Tints of Kingfisher Daisy #53248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

 BLUE value IS 143 (56.25% from 255) = 54.58%

R = 31.68%
G = 13.74%
B = 54.58%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53248F (or 0x53248F) is known color: Kingfisher Daisy. HEX triplet: 53, 24 and 8F. RGB value is (83,36,143). Sum of RGB (Red+Green+Blue) = 83+36+143=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #53248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53248F is #ACDB70. Grayscale: #3D3D3D. Windows color (decimal): -11328369 or 9380947. OLE color: 9380947.

HSL color Cylindrical-coordinate representation of color #53248F: hue angle of 266.36º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53248F is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 36 143 -
CMYK 0.42 0.75 0 0.44
HSL 266.36º 0.6% 0.35% -
HSV(B) 266.36º 0.75% 0.56% -
XYZ 9.16 5.08 26.49 -
YUV 62.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 83 36 143 0.42 0.75 0 0.44 266.36 0.6 0.35
Hex 53 24 8F 2A 4B 0 2C 10A 3C 23
Octal 123 44 217 52 113 0 54 412 74 43
Binary 1010011 100100 10001111 101010 1001011 0 101100 100001010 111100 100011

Color Harmonies of #53248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53248F

Black with #53248F

Text Example


Text Example

White with #53248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53248F; }

 p { color: rgb(83,36,143); }

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

background-color css

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

 a { background-color: rgb(83,36,143); }

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

border-color css

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

 span { border-color: rgb(83,36,143); }

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