Html Css Color HEX #58AECE Viking

📋 copy color: '#58AECE'

red 88 ◦ green 174 ◦ blue 206

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

Shades of Viking #58AECE

Tints of Viking #58AECE

RGB

 RED value IS 88 (34.77% from 255) = 18.8%

 GREEN value IS 174 (68.36% from 255) = 37.18%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 18.8%
G = 37.18%
B = 44.02%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58AECE (or 0x58AECE) is known color: Viking. HEX triplet: 58, AE and CE. RGB value is (88,174,206). Sum of RGB (Red+Green+Blue) = 88+174+206=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #58AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AECE is #A75131. Grayscale: #979797. Windows color (decimal): -10965298 or 13545048. OLE color: 13545048.

HSL color Cylindrical-coordinate representation of color #58AECE: hue angle of 196.27º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58AECE is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 174 206 -
CMYK 0.57 0.16 0 0.19
HSL 196.27º 0.55% 0.58% -
HSV(B) 196.27º 0.57% 0.81% -
XYZ 30.3 36.8 63.9 -
YUV 151.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 88 174 206 0.57 0.16 0 0.19 196.27 0.55 0.58
Hex 58 AE CE 39 10 0 13 C4 37 3A
Octal 130 256 316 71 20 0 23 304 67 72
Binary 1011000 10101110 11001110 111001 10000 0 10011 11000100 110111 111010

Color Harmonies of #58AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AECE

Black with #58AECE

Text Example


Text Example

White with #58AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58AECE; }

 p { color: rgb(88,174,206); }

 H1.HeaderClassName
 {
   color: #58AECE;
 }
 .AnyTagClassName
 {
   color: #58AECE;
 }
</style>

background-color css

<style>
 a { background-color: #58AECE; }

 a { background-color: rgb(88,174,206); }

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

border-color css

<style>
 span { border-color: #58AECE; }

 span { border-color: rgb(88,174,206); }

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