Html Css Color HEX #552EEB Han Purple

📋 copy color: '#552EEB'

red 85 ◦ green 46 ◦ blue 235

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

Shades of Han Purple #552EEB

Tints of Han Purple #552EEB

RGB

 RED value IS 85 (33.59% from 255) = 23.22%

 GREEN value IS 46 (18.36% from 255) = 12.57%

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 23.22%
G = 12.57%
B = 64.21%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#552EEB (or 0x552EEB) is known color: Han Purple. HEX triplet: 55, 2E and EB. RGB value is (85,46,235). Sum of RGB (Red+Green+Blue) = 85+46+235=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #552EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EEB is #AAD114. Grayscale: #4E4E4E. Windows color (decimal): -11194645 or 15412821. OLE color: 15412821.

HSL color Cylindrical-coordinate representation of color #552EEB: hue angle of 252.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552EEB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 46 235 -
CMYK 0.64 0.80 0 0.08
HSL 252.38º 0.83% 0.55% -
HSV(B) 252.38º 0.8% 0.92% -
XYZ 19.72 9.88 79.47 -
YUV 79.21 215.92 132.13 -
System Red Green Blue C M Y K H S L
Decimal 85 46 235 0.64 0.80 0 0.08 252.38 0.83 0.55
Hex 55 2E EB 40 50 0 8 FC 53 37
Octal 125 56 353 100 120 0 10 374 123 67
Binary 1010101 101110 11101011 1000000 1010000 0 1000 11111100 1010011 110111

Color Harmonies of #552EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EEB

Black with #552EEB

Text Example


Text Example

White with #552EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552EEB; }

 p { color: rgb(85,46,235); }

 H1.HeaderClassName
 {
   color: #552EEB;
 }
 .AnyTagClassName
 {
   color: #552EEB;
 }
</style>

background-color css

<style>
 a { background-color: #552EEB; }

 a { background-color: rgb(85,46,235); }

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

border-color css

<style>
 span { border-color: #552EEB; }

 span { border-color: rgb(85,46,235); }

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