Html Css Color HEX #52388F Daisy Bush

📋 copy color: '#52388F'

red 82 ◦ green 56 ◦ blue 143

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

Shades of Daisy Bush #52388F

Tints of Daisy Bush #52388F

RGB

 RED value IS 82 (32.42% from 255) = 29.18%

 GREEN value IS 56 (22.27% from 255) = 19.93%

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

R = 29.18%
G = 19.93%
B = 50.89%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52388F (or 0x52388F) is known color: Daisy Bush. HEX triplet: 52, 38 and 8F. RGB value is (82,56,143). Sum of RGB (Red+Green+Blue) = 82+56+143=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #52388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52388F is #ADC770. Grayscale: #494949. Windows color (decimal): -11388785 or 9386066. OLE color: 9386066.

HSL color Cylindrical-coordinate representation of color #52388F: hue angle of 257.93º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52388F is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 56 143 -
CMYK 0.43 0.61 0 0.44
HSL 257.93º 0.44% 0.39% -
HSV(B) 257.93º 0.61% 0.56% -
XYZ 9.85 6.61 26.74 -
YUV 73.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 82 56 143 0.43 0.61 0 0.44 257.93 0.44 0.39
Hex 52 38 8F 2B 3D 0 2C 102 2C 27
Octal 122 70 217 53 75 0 54 402 54 47
Binary 1010010 111000 10001111 101011 111101 0 101100 100000010 101100 100111

Color Harmonies of #52388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52388F

Black with #52388F

Text Example


Text Example

White with #52388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,56,143); }

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

background-color css

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

 a { background-color: rgb(82,56,143); }

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

border-color css

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

 span { border-color: rgb(82,56,143); }

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