Html Css Color HEX #58AECC Viking

📋 copy color: '#58AECC'

red 88 ◦ green 174 ◦ blue 204

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

Shades of Viking #58AECC

Tints of Viking #58AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 18.88%
G = 37.34%
B = 43.78%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#58AECC (or 0x58AECC) is known color: Viking. HEX triplet: 58, AE and CC. RGB value is (88,174,204). Sum of RGB (Red+Green+Blue) = 88+174+204=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #58AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AECC is #A75133. Grayscale: #979797. Windows color (decimal): -10965300 or 13413976. OLE color: 13413976.

HSL color Cylindrical-coordinate representation of color #58AECC: hue angle of 195.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58AECC is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 174 204 -
CMYK 0.57 0.15 0 0.2
HSL 195.52º 0.53% 0.57% -
HSV(B) 195.52º 0.57% 0.8% -
XYZ 30.06 36.71 62.63 -
YUV 151.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 88 174 204 0.57 0.15 0 0.2 195.52 0.53 0.57
Hex 58 AE CC 39 F 0 14 C4 35 39
Octal 130 256 314 71 17 0 24 304 65 71
Binary 1011000 10101110 11001100 111001 1111 0 10100 11000100 110101 111001

Color Harmonies of #58AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AECC

Black with #58AECC

Text Example


Text Example

White with #58AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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