Html Css Color HEX #55256E Blue Diamond

📋 copy color: '#55256E'

red 85 ◦ green 37 ◦ blue 110

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

Shades of Blue Diamond #55256E

Tints of Blue Diamond #55256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 36.64%
G = 15.95%
B = 47.41%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55256E (or 0x55256E) is known color: Blue Diamond. HEX triplet: 55, 25 and 6E. RGB value is (85,37,110). Sum of RGB (Red+Green+Blue) = 85+37+110=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #55256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55256E is #AADA91. Grayscale: #3B3B3B. Windows color (decimal): -11197074 or 7218517. OLE color: 7218517.

HSL color Cylindrical-coordinate representation of color #55256E: hue angle of 279.45º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55256E is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 37 110 -
CMYK 0.23 0.66 0 0.57
HSL 279.45º 0.5% 0.29% -
HSV(B) 279.45º 0.66% 0.43% -
XYZ 7.22 4.38 15.22 -
YUV 59.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 85 37 110 0.23 0.66 0 0.57 279.45 0.5 0.29
Hex 55 25 6E 17 42 0 39 117 32 1D
Octal 125 45 156 27 102 0 71 427 62 35
Binary 1010101 100101 1101110 10111 1000010 0 111001 100010111 110010 11101

Color Harmonies of #55256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55256E

Black with #55256E

Text Example


Text Example

White with #55256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,37,110); }

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

background-color css

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

 a { background-color: rgb(85,37,110); }

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

border-color css

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

 span { border-color: rgb(85,37,110); }

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