Html Css Color HEX #53258B Kingfisher Daisy

📋 copy color: '#53258B'

red 83 ◦ green 37 ◦ blue 139

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

Shades of Kingfisher Daisy #53258B

Tints of Kingfisher Daisy #53258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 32.05%
G = 14.29%
B = 53.67%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53258B (or 0x53258B) is known color: Kingfisher Daisy. HEX triplet: 53, 25 and 8B. RGB value is (83,37,139). Sum of RGB (Red+Green+Blue) = 83+37+139=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #53258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53258B is #ACDA74. Grayscale: #3E3E3E. Windows color (decimal): -11328117 or 9119059. OLE color: 9119059.

HSL color Cylindrical-coordinate representation of color #53258B: hue angle of 267.06º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53258B is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 37 139 -
CMYK 0.40 0.73 0 0.45
HSL 267.06º 0.58% 0.35% -
HSV(B) 267.06º 0.73% 0.55% -
XYZ 8.89 5.03 24.93 -
YUV 62.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 83 37 139 0.40 0.73 0 0.45 267.06 0.58 0.35
Hex 53 25 8B 28 49 0 2D 10B 3A 23
Octal 123 45 213 50 111 0 55 413 72 43
Binary 1010011 100101 10001011 101000 1001001 0 101101 100001011 111010 100011

Color Harmonies of #53258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53258B

Black with #53258B

Text Example


Text Example

White with #53258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53258B; }

 p { color: rgb(83,37,139); }

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

background-color css

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

 a { background-color: rgb(83,37,139); }

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

border-color css

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

 span { border-color: rgb(83,37,139); }

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