Html Css Color HEX #58BECC Viking

📋 copy color: '#58BECC'

red 88 ◦ green 190 ◦ blue 204

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

Shades of Viking #58BECC

Tints of Viking #58BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.42%

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

R = 18.26%
G = 39.42%
B = 42.32%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#58BECC (or 0x58BECC) is known color: Viking. HEX triplet: 58, BE and CC. RGB value is (88,190,204). Sum of RGB (Red+Green+Blue) = 88+190+204=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #58BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BECC is #A74133. Grayscale: #A0A0A0. Windows color (decimal): -10961204 or 13418072. OLE color: 13418072.

HSL color Cylindrical-coordinate representation of color #58BECC: hue angle of 187.24º 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 #58BECC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 190 204 -
CMYK 0.57 0.07 0 0.2
HSL 187.24º 0.53% 0.57% -
HSV(B) 187.24º 0.57% 0.8% -
XYZ 33.34 43.26 63.72 -
YUV 161.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 88 190 204 0.57 0.07 0 0.2 187.24 0.53 0.57
Hex 58 BE CC 39 7 0 14 BB 35 39
Octal 130 276 314 71 7 0 24 273 65 71
Binary 1011000 10111110 11001100 111001 111 0 10100 10111011 110101 111001

Color Harmonies of #58BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BECC

Black with #58BECC

Text Example


Text Example

White with #58BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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