Html Css Color HEX #55236F Blue Diamond

📋 copy color: '#55236F'

red 85 ◦ green 35 ◦ blue 111

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

Shades of Blue Diamond #55236F

Tints of Blue Diamond #55236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 36.8%
G = 15.15%
B = 48.05%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55236F (or 0x55236F) is known color: Blue Diamond. HEX triplet: 55, 23 and 6F. RGB value is (85,35,111). Sum of RGB (Red+Green+Blue) = 85+35+111=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #55236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55236F is #AADC90. Grayscale: #3A3A3A. Windows color (decimal): -11197585 or 7283541. OLE color: 7283541.

HSL color Cylindrical-coordinate representation of color #55236F: hue angle of 279.47º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55236F is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 35 111 -
CMYK 0.23 0.68 0 0.56
HSL 279.47º 0.52% 0.29% -
HSV(B) 279.47º 0.68% 0.44% -
XYZ 7.22 4.28 15.48 -
YUV 58.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 85 35 111 0.23 0.68 0 0.56 279.47 0.52 0.29
Hex 55 23 6F 17 44 0 38 117 34 1D
Octal 125 43 157 27 104 0 70 427 64 35
Binary 1010101 100011 1101111 10111 1000100 0 111000 100010111 110100 11101

Color Harmonies of #55236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55236F

Black with #55236F

Text Example


Text Example

White with #55236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,35,111); }

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

background-color css

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

 a { background-color: rgb(85,35,111); }

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

border-color css

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

 span { border-color: rgb(85,35,111); }

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